github.com/jackc/pgx/v5/pgtype.underlyingTypeScanPlan.next (field)

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L547: 	next        ScanPlan
		pgtype.go#L550: func (plan *underlyingTypeScanPlan) SetNext(next ScanPlan) { plan.next = next }
		pgtype.go#L553: 	return plan.next.Scan(src, reflect.ValueOf(dst).Convert(plan.nextDstType).Interface())